home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1271 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.iag.net!news
  2. From: jatmon@iag.net (John R Buchan)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Borland C/C++ 4.5 and filename
  5. Date: 12 Jan 1996 18:42:15 GMT
  6. Organization: Internet Access Group, Orlando, Florida
  7. Message-ID: <4d6a27$g4r@news.iag.net>
  8. References: <letz-1101961853480001@macsteph.grame.fr>
  9. NNTP-Posting-Host: pm1-orl25.iag.net
  10. X-Newsreader: WinVN 0.99.7
  11.  
  12. In article <letz-1101961853480001@macsteph.grame.fr>, letz@rd.grame.fr says...
  13. >
  14. >Hi,
  15. >
  16. >I'm using Borland C/C++ 4.5 on Windows 95 and I need to be able to use 
  17. include
  18. >.h file with filename bigger than 8 characters. Is there any solution  to do
  19. >that?
  20.  
  21. I'm fairly certain that 95 will generate 8dot3 filename aliases for any long
  22. filenames.  Unfortunately, I'm in NT right now and I'd have to drop off line
  23. to check myself on it.  You might ask in one of the 95 groups (check their
  24. faq list first) or check in 95's help system.
  25.  
  26. Other options:
  27.  
  28.    1. rename the file to an 8dot3 name.
  29.    2. copy the file to an 8dot3 name.
  30.  
  31. -- 
  32. John R Buchan           -:|:-     Looking for that elusive FAQ?  ftp to:
  33. jatmon@mail.iag.net     -:|:-     rtfm.mit.edu /pub/usenet-by-group/....
  34.  
  35.